[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
##############################################################################
###+----------------+#########################################################
#+-| RELEASE MODULE |---------------------------------------------+###########
#| +----------------+ The RELEASE MODULE command removes an entry |###########
#| from the CALL list and releases its memory |###########
#+----------------------------------------------------------------+###########
##############################################################################
##############################################################################
#+--| Syntax |--------------------+###########################################
#| RELEASE MODULE <C-exp> |###########################################
#+--------------------------------+###########################################
##############################################################################
##############################################################################
##########+---| Description |--------------------------------------+##########
##########| RELEASE MODULE removes a program, inserted by the LOAD |##########
##########| command, from the CALL list. |##########
##########+--------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| * Remove entries from the CALL list. |#########
#########| |#########
#########| LOAD "curson.bin" |#########
#########| LOAD "cursoff.bin" |#########
#########| LOAD "scrllck.bin" |#########
#########| CALL "curson" |#########
#########| |#########
#########| {...} |#########
#########| |#########
#########| RELEASE MODULE "curson" |#########
#########| RELEASE MODULE "cursoff" |#########
#########| RELEASE MODULE "scrllck" |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| * Release modules prior to indexing or |#########
#########| * executing an external program to save |#########
#########| * memory. |#########
#########| |#########
#########| IF exec_install |#########
#########| FOR i = 0 TO &NUM_MODULES |#########
#########| RELEASE MODULE mod[ r ] |#########
#########| NEXT |#########
#########| ENDIF |#########
#########| RUN "c:\reinstall" |#########
#########+----------------------------------------------------------+#########
##############################################################################
See Also:
CALL
LOAD
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson